Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change separator in itemsets #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

schmengler
Copy link

@schmengler schmengler commented Jan 10, 2024

The implementation uses commas internally to separate items in itemsets. This is a problem if the item contains a comma itself.

The separator is now configurable and a null byte by default. It is only used internally.

(based upon #4 which should be merged first)

The separator is only used internally, but a character must be used that is not part of any item itself. The default is changed from comma to null-byte.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant